home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / echo.z / echo
Text File  |  1998-10-20  |  3KB  |  66 lines

  1.  
  2.  
  3.  
  4. EEEECCCCHHHHOOOO((((1111))))                                                                EEEECCCCHHHHOOOO((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      echo - echo arguments
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      eeeecccchhhhoooo [ ----nnnn ] [ arg ] ...
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _e_c_h_o writes its arguments separated by blanks and terminated by a new-
  16.      line (except when "-n" is specified, see below) on the standard output.
  17.      It also understands C-like escape conventions; beware of conflicts with
  18.      the shell's use of \\\\:
  19.  
  20.           \\\\bbbb   backspace
  21.           \\\\cccc   print line without new-line
  22.           \\\\ffff   form-feed
  23.           \\\\nnnn   new-line
  24.           \\\\rrrr   carriage return
  25.           \\\\tttt   tab
  26.           \\\\vvvv   vertical tab
  27.           \\\\\\\\   backslash
  28.           \\\\0000_n  where _n is the 8-bit character whose ASCII code is the 1-, 2-
  29.                or 3-digit octal number representing that character.
  30.  
  31.      _e_c_h_o has two operating modes.  By default, _e_c_h_o operates compatibly with
  32.      certain earlier versions of System V _e_c_h_o. If the environment variable
  33.      ____XXXXPPPPGGGG is defined, and has a numeric value greater than 0, sed operates in
  34.      conformance with the X/Open XPG4 specifications. In this mode, when ----nnnn is
  35.      specified, it is treated as a string, like any other arguments.  In the
  36.      backward compatibility mode, when ----nnnn is specified, it means "no new-
  37.      line". The arguments will not be terminated by a new-line on the standard
  38.      output.
  39.  
  40.      _e_c_h_o is useful for producing diagnostics in command files and for sending
  41.      known data into a pipe.
  42.  
  43. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  44.      csh(1), sh(1).
  45.  
  46. CCCCAAAAVVVVEEEEAAAATTTTSSSS
  47.      When representing an 8-bit character by using the escape convention \\\\0000_n,
  48.      the _n must aaaallllwwwwaaaayyyyssss be preceded by the digit zero (0).
  49.      For example, typing:  eeeecccchhhhoooo ''''WWWWAAAARRRRNNNNIIIINNNNGGGG::::\\\\00007777'''' will print the phrase WWWWAAAARRRRNNNNIIIINNNNGGGG::::
  50.      and sound the ``bell'' on your terminal.  The use of single (or double)
  51.      quotes (or two backslashes) is required to protect the ``\'' that
  52.      precedes the ``07''.
  53.      For the octal equivalents of each character, see ascii(5).
  54.  
  55.      echo is often a builtin to the shells, see the shell man pages for
  56.      feature specific to each shell.  This man page documents the executable
  57.      program, not the builtin versions, although they are similar.
  58.  
  59.  
  60.  
  61.  
  62.                                                                         PPPPaaaaggggeeee 1111
  63.  
  64.  
  65.  
  66.